From 54553f9e9a64be34c6ee4fdb9dea61d560787625 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 13 Aug 2006 17:17:28 +0000 Subject: [PATCH] Check (tri-)state usage of zlib and use the right header file. --- defs.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/defs.h b/defs.h index 736e21d14..7b0d04c1b 100644 --- a/defs.h +++ b/defs.h @@ -28,7 +28,11 @@ #include "config.h" #include "queue.h" #include "gbtypes.h" +#if HAVE_LIBZ +#include +#elif !ZLIB_INHIBITED #include "zlib/zlib.h" +#endif #include "gbfile.h" #include "cet.h" #include "cet_util.h" -- 2.30.2